url= 'https://t.me/blind_apps_bot'
require 'import'
import 'android.content.Intent'
import 'android.net.Uri'
import 'java.*'

i= Intent(Intent.ACTION_VIEW)
i.setData(Uri.parse(url))
this.startActivity(Intent.createChooser(i, 'Tecnology And News، تُرَحِّبُ بِكُم. وَلا تنسى الإنضمام إلى قناتنا على تيليجرام.... هذا رابطها،، https://t.me/technologyandnewsanasmohammed '))

return true